Microsoft DirectX 8.1 (C++)

ICAManagerInternal::NotifyDenialStateChanged

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The NotifyDenialStateChanged method signals that the state of a denial has changed. This method fires an _ICAManagerEvents::DenialStateChanged event.

Syntax

HRESULT NotifyDenialStateChanged(
  ICADenial*  pDenial,
  CADenialState  enStateLast
);

Parameters

  pDenial

[in]  Pointer to the ICADenial interface of the denial.

  enStateLast

[in]  Member of the CADenialState enumeration.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also